home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gCursorReady, gMagCursor
- gCursorReady = 1
- gMagCursor = "magCursor"
- if rollOver(9) then
- set the visible of sprite 12 to 1
- else
- set the visible of sprite 12 to 0
- end if
- if rollOver(10) then
- set the visible of sprite 13 to 1
- else
- set the visible of sprite 13 to 0
- end if
- go(the frame)
- end
-